home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeImp.cab / PsdImaging.dll / XML / NOOPEFFECT.XML < prev    next >
Encoding:
Extensible Markup Language  |  2009-07-15  |  534 b   |  14 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <effect label="No operation">
  3.     <description>
  4.         NoOpEffect does almost nothing; it simply passes its input buffer to its output.  NoOpEffect is used
  5.         as a placeholder in a pipeline.  It may be a convenient place to insert other Effects or merge different
  6.         Effect graphs.
  7.     </description>
  8.  
  9.     <input index="0" name="Input">
  10.         <comments>
  11.             NoOpEffect passes buffers produced by input 0 to its output.
  12.         </comments>
  13.     </input>
  14. </effect>